3.5.47 \(\int \frac {1}{a+b \log (c (d (e+f x)^p)^q)} \, dx\) [447]

3.5.47.1 Optimal result
3.5.47.2 Mathematica [A] (verified)
3.5.47.3 Rubi [A] (warning: unable to verify)
3.5.47.4 Maple [F]
3.5.47.5 Fricas [A] (verification not implemented)
3.5.47.6 Sympy [F]
3.5.47.7 Maxima [F]
3.5.47.8 Giac [A] (verification not implemented)
3.5.47.9 Mupad [F(-1)]

3.5.47.1 Optimal result

Integrand size = 20, antiderivative size = 83 \[ \int \frac {1}{a+b \log \left (c \left (d (e+f x)^p\right )^q\right )} \, dx=\frac {e^{-\frac {a}{b p q}} (e+f x) \left (c \left (d (e+f x)^p\right )^q\right )^{-\frac {1}{p q}} \operatorname {ExpIntegralEi}\left (\frac {a+b \log \left (c \left (d (e+f x)^p\right )^q\right )}{b p q}\right )}{b f p q} \]

output
(f*x+e)*Ei((a+b*ln(c*(d*(f*x+e)^p)^q))/b/p/q)/b/exp(a/b/p/q)/f/p/q/((c*(d* 
(f*x+e)^p)^q)^(1/p/q))
 
3.5.47.2 Mathematica [A] (verified)

Time = 0.04 (sec) , antiderivative size = 83, normalized size of antiderivative = 1.00 \[ \int \frac {1}{a+b \log \left (c \left (d (e+f x)^p\right )^q\right )} \, dx=\frac {e^{-\frac {a}{b p q}} (e+f x) \left (c \left (d (e+f x)^p\right )^q\right )^{-\frac {1}{p q}} \operatorname {ExpIntegralEi}\left (\frac {a+b \log \left (c \left (d (e+f x)^p\right )^q\right )}{b p q}\right )}{b f p q} \]

input
Integrate[(a + b*Log[c*(d*(e + f*x)^p)^q])^(-1),x]
 
output
((e + f*x)*ExpIntegralEi[(a + b*Log[c*(d*(e + f*x)^p)^q])/(b*p*q)])/(b*E^( 
a/(b*p*q))*f*p*q*(c*(d*(e + f*x)^p)^q)^(1/(p*q)))
 
3.5.47.3 Rubi [A] (warning: unable to verify)

Time = 0.40 (sec) , antiderivative size = 85, normalized size of antiderivative = 1.02, number of steps used = 5, number of rules used = 4, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.200, Rules used = {2895, 2836, 2737, 2609}

Below are the steps used by Rubi to obtain the solution. The rule number used for the transformation is given above next to the arrow. The rules definitions used are listed below.

\(\displaystyle \int \frac {1}{a+b \log \left (c \left (d (e+f x)^p\right )^q\right )} \, dx\)

\(\Big \downarrow \) 2895

\(\displaystyle \int \frac {1}{a+b \log \left (c \left (d (e+f x)^p\right )^q\right )}dx\)

\(\Big \downarrow \) 2836

\(\displaystyle \frac {\int \frac {1}{a+b \log \left (c d^q (e+f x)^{p q}\right )}d(e+f x)}{f}\)

\(\Big \downarrow \) 2737

\(\displaystyle \frac {(e+f x) \left (c d^q (e+f x)^{p q}\right )^{-\frac {1}{p q}} \int \frac {\left (c d^q (e+f x)^{p q}\right )^{\frac {1}{p q}}}{a+b \log \left (c d^q (e+f x)^{p q}\right )}d\log \left (c d^q (e+f x)^{p q}\right )}{f p q}\)

\(\Big \downarrow \) 2609

\(\displaystyle \frac {(e+f x) e^{-\frac {a}{b p q}} \left (c d^q (e+f x)^{p q}\right )^{-\frac {1}{p q}} \operatorname {ExpIntegralEi}\left (\frac {a+b \log \left (c d^q (e+f x)^{p q}\right )}{b p q}\right )}{b f p q}\)

input
Int[(a + b*Log[c*(d*(e + f*x)^p)^q])^(-1),x]
 
output
((e + f*x)*ExpIntegralEi[(a + b*Log[c*d^q*(e + f*x)^(p*q)])/(b*p*q)])/(b*E 
^(a/(b*p*q))*f*p*q*(c*d^q*(e + f*x)^(p*q))^(1/(p*q)))
 

3.5.47.3.1 Defintions of rubi rules used

rule 2609
Int[(F_)^((g_.)*((e_.) + (f_.)*(x_)))/((c_.) + (d_.)*(x_)), x_Symbol] :> Si 
mp[(F^(g*(e - c*(f/d)))/d)*ExpIntegralEi[f*g*(c + d*x)*(Log[F]/d)], x] /; F 
reeQ[{F, c, d, e, f, g}, x] &&  !TrueQ[$UseGamma]
 

rule 2737
Int[((a_.) + Log[(c_.)*(x_)^(n_.)]*(b_.))^(p_), x_Symbol] :> Simp[x/(n*(c*x 
^n)^(1/n))   Subst[Int[E^(x/n)*(a + b*x)^p, x], x, Log[c*x^n]], x] /; FreeQ 
[{a, b, c, n, p}, x]
 

rule 2836
Int[((a_.) + Log[(c_.)*((d_) + (e_.)*(x_))^(n_.)]*(b_.))^(p_.), x_Symbol] : 
> Simp[1/e   Subst[Int[(a + b*Log[c*x^n])^p, x], x, d + e*x], x] /; FreeQ[{ 
a, b, c, d, e, n, p}, x]
 

rule 2895
Int[((a_.) + Log[(c_.)*((d_.)*((e_.) + (f_.)*(x_))^(m_.))^(n_)]*(b_.))^(p_. 
)*(u_.), x_Symbol] :> Subst[Int[u*(a + b*Log[c*d^n*(e + f*x)^(m*n)])^p, x], 
 c*d^n*(e + f*x)^(m*n), c*(d*(e + f*x)^m)^n] /; FreeQ[{a, b, c, d, e, f, m, 
 n, p}, x] &&  !IntegerQ[n] &&  !(EqQ[d, 1] && EqQ[m, 1]) && IntegralFreeQ[ 
IntHide[u*(a + b*Log[c*d^n*(e + f*x)^(m*n)])^p, x]]
 
3.5.47.4 Maple [F]

\[\int \frac {1}{a +b \ln \left (c \left (d \left (f x +e \right )^{p}\right )^{q}\right )}d x\]

input
int(1/(a+b*ln(c*(d*(f*x+e)^p)^q)),x)
 
output
int(1/(a+b*ln(c*(d*(f*x+e)^p)^q)),x)
 
3.5.47.5 Fricas [A] (verification not implemented)

Time = 0.29 (sec) , antiderivative size = 65, normalized size of antiderivative = 0.78 \[ \int \frac {1}{a+b \log \left (c \left (d (e+f x)^p\right )^q\right )} \, dx=\frac {e^{\left (-\frac {b q \log \left (d\right ) + b \log \left (c\right ) + a}{b p q}\right )} \operatorname {log\_integral}\left ({\left (f x + e\right )} e^{\left (\frac {b q \log \left (d\right ) + b \log \left (c\right ) + a}{b p q}\right )}\right )}{b f p q} \]

input
integrate(1/(a+b*log(c*(d*(f*x+e)^p)^q)),x, algorithm="fricas")
 
output
e^(-(b*q*log(d) + b*log(c) + a)/(b*p*q))*log_integral((f*x + e)*e^((b*q*lo 
g(d) + b*log(c) + a)/(b*p*q)))/(b*f*p*q)
 
3.5.47.6 Sympy [F]

\[ \int \frac {1}{a+b \log \left (c \left (d (e+f x)^p\right )^q\right )} \, dx=\int \frac {1}{a + b \log {\left (c \left (d \left (e + f x\right )^{p}\right )^{q} \right )}}\, dx \]

input
integrate(1/(a+b*ln(c*(d*(f*x+e)**p)**q)),x)
 
output
Integral(1/(a + b*log(c*(d*(e + f*x)**p)**q)), x)
 
3.5.47.7 Maxima [F]

\[ \int \frac {1}{a+b \log \left (c \left (d (e+f x)^p\right )^q\right )} \, dx=\int { \frac {1}{b \log \left (\left ({\left (f x + e\right )}^{p} d\right )^{q} c\right ) + a} \,d x } \]

input
integrate(1/(a+b*log(c*(d*(f*x+e)^p)^q)),x, algorithm="maxima")
 
output
integrate(1/(b*log(((f*x + e)^p*d)^q*c) + a), x)
 
3.5.47.8 Giac [A] (verification not implemented)

Time = 0.33 (sec) , antiderivative size = 78, normalized size of antiderivative = 0.94 \[ \int \frac {1}{a+b \log \left (c \left (d (e+f x)^p\right )^q\right )} \, dx=\frac {{\rm Ei}\left (\frac {\log \left (d\right )}{p} + \frac {\log \left (c\right )}{p q} + \frac {a}{b p q} + \log \left (f x + e\right )\right ) e^{\left (-\frac {a}{b p q}\right )}}{b c^{\frac {1}{p q}} d^{\left (\frac {1}{p}\right )} f p q} \]

input
integrate(1/(a+b*log(c*(d*(f*x+e)^p)^q)),x, algorithm="giac")
 
output
Ei(log(d)/p + log(c)/(p*q) + a/(b*p*q) + log(f*x + e))*e^(-a/(b*p*q))/(b*c 
^(1/(p*q))*d^(1/p)*f*p*q)
 
3.5.47.9 Mupad [F(-1)]

Timed out. \[ \int \frac {1}{a+b \log \left (c \left (d (e+f x)^p\right )^q\right )} \, dx=\int \frac {1}{a+b\,\ln \left (c\,{\left (d\,{\left (e+f\,x\right )}^p\right )}^q\right )} \,d x \]

input
int(1/(a + b*log(c*(d*(e + f*x)^p)^q)),x)
 
output
int(1/(a + b*log(c*(d*(e + f*x)^p)^q)), x)